Skip to content

Conversation

@melionel
Copy link

Description

Make conversation_id optional when checkpointer is enabled

Problem: When a LangGraph checkpointer was enabled, the adapter would throw a LangGraphMissingConversationIdError if no conversation_id was provided, blocking the request entirely.

Solution: Instead of throwing an error, the adapter generate a thread_id pass to langgraph checkpointor. When conversation_id is provided, the checkpointer continues to work as before.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@github-actions github-actions bot added the Hosted Agents sdk/agentserver/* label Feb 12, 2026
@melionel melionel merged commit c64adac into Azure:lusu/agentserver-1110 Feb 12, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Hosted Agents sdk/agentserver/*

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants